updating oE db_rename_table

db_rename_table

include eds.e 
namespace eds 
public procedure db_rename_table(sequence name, sequence new_name) 

renames a table in the current database.

Parameters:
  1. name : a sequence, the name of the table to rename
  2. new_name : a sequence, the new name for the table
Errors:
  • An error occurs if the current database is not defined.
  • If name does not exist on the current database, or if new_name does exist on the current database, an error will occur.
Comments:

The table to be renamed can be the current table, or some other table in the current database.

See Also:

db_table_list

Not Categorized, Please Help

Search



Quick Links

User menu

Not signed in.

Misc Menu